home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / POV-Ray 3.0.2 / Documentation / DOCDEMOS / SUPELLPS.POV < prev    next >
Encoding:
Text File  |  1997-01-23  |  211 b   |  18 lines  |  [TEXT/POV3]

  1. #include "colors.inc"
  2.  
  3. camera {
  4.   location <10, 5, -20>
  5.   look_at 0
  6.   angle 15
  7. }
  8.  
  9. background { color rgb <.5, .5, .5> }
  10.  
  11. light_source { <10, 50, -100> White }
  12.  
  13. superellipsoid {
  14.   <.25, .25>
  15.   pigment { Red }
  16. }
  17.  
  18.